All Databases
Inside Mac - WWSO Mgr
StyledLineBreak
GetFormatOrder
InitDateCache
String2Date
String2Time
Str2Format
Format2Str
FormatX2Str
FormatStr2X
VisibleLength
FindScriptRun
ValidDate
LongDate2Secs
LongSecs2Date
ToggleDate
StyledLineBreak
Break a line on a word boundary
#include <
Script.h
>
Script Manager
StyledLineBreakCode
StyledLineBreak
(
textPtr, textLen, textStart, textEnd,
flags, textWidth, textOffset
);
Ptr
textPtr
; address of a text buffer
long
textLen
; value for text length
long
textStart
; value indicating start of text
long
textEnd
; indicates the end of the text
long
flags
;
Fixed
*textWidth
;
amount of excess width
long
*textOffset
;
The
StyledLineBreak
function breaks a line on a word boundary. For more
information see,
Macintosh Worldwide Development: Guide to System Software
.
Returns
: a
StyledLineBreakCode
.
Referenced by (5):
Manipulating Text
Script Mgr (Inside Mac - Index)
WorldWide Software Overview (Inside Mac - Index)
Word Selection and Line Breaks (Inside Mac - Basic Toolbox)
Manipulating Text (Inside Mac - WWSO Mgr)